home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / frame_160 / PlaceObject2_141_38 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-04  |  198 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.hero.hitTest(this) && _root.hero._y == 285.25)
  3.    {
  4.       this.gotoAndStop(2);
  5.       fx2.start();
  6.    }
  7.    else
  8.    {
  9.       this.gotoAndStop(1);
  10.    }
  11. }
  12.